home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200403-04.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  90 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200403-04.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14455);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200403-04");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200403-04
  19. (Multiple security vulnerabilities in Apache 2)
  20.  
  21.  
  22.     Three vulnerabilities were found:
  23.         A memory leak in ssl_engine_io.c for mod_ssl in Apache 2.0.48 and below
  24.         allows remote attackers to cause a denial of service attack
  25.         via plain HTTP requests to the SSL port of an SSL-enabled server.
  26.         Apache fails to filter terminal escape sequences from error
  27.         logs that begin with the ASCII (0x1B) sequence and are followed by a
  28.         series of arguments. If a remote attacker could inject escape sequences
  29.         into an Apache error log, the attacker could take advantages of
  30.         weaknesses in various terminal emulators, launching attacks
  31.         against remote users including further denial of service attacks,
  32.         file modification, and the execution of arbitrary commands.
  33.         The Apache mod_disk_cache has been found to be
  34.         vulnerable to a weakness that allows attackers to gain access
  35.         to authentication credentials through the issue of caching
  36.         HTTP hop-by-hop headers which would contain plaintext user
  37.         passwords. There is no available resolution for this issue yet.
  38.   
  39. Impact
  40.  
  41.     No special privileges are required for these vulnerabilities. As a result,
  42.     all users are recommended to upgrade their Apache installations.
  43.   
  44. Workaround
  45.  
  46.     There is no immediate workaround; a software upgrade is required.
  47.     There is no workaround for the mod_disk_cache issue; users are
  48.     recommended to disable the feature on their servers until a patched
  49.     version is released.
  50.   
  51. References:
  52.     http://www.securityfocus.com/bid/9933/info/
  53.     http://www.apache.org/dist/httpd/Announcement2.html
  54.  
  55.  
  56. Solution: 
  57.     Users are urged to upgrade to Apache 2.0.49:
  58.     # emerge sync
  59.     # emerge -pv ">=net-www/apache-2.0.49"
  60.     # emerge ">=net-www/apache-2.0.49"
  61.     # ** IMPORTANT **
  62.     # If you are migrating from Apache 2.0.48-r1 or earlier versions,
  63.     # it is important that the following directories are removed.
  64.     # The following commands should cause no data loss since these
  65.     # are symbolic links.
  66.     # rm /etc/apache2/lib /etc/apache2/logs /etc/apache2/modules
  67.     # rm /etc/apache2/extramodules
  68.     # ** ** ** ** **
  69.     # ** ALSO NOTE **
  70.     # Users who use mod_disk_cache should edit their Apache
  71.     # configuration and disable mod_disk_cache.
  72.   
  73.  
  74. Risk Factor : Medium
  75. ';
  76.  script_description(english: desc);
  77.  script_copyright(english: "(C) 2004 Michel Arboi");
  78.  script_name(english: "[GLSA-200403-04] Multiple security vulnerabilities in Apache 2");
  79.  script_category(ACT_GATHER_INFO);
  80.  script_family(english: "Gentoo Local Security Checks");
  81.  script_dependencies("ssh_get_info.nasl");
  82.  script_require_keys('Host/Gentoo/qpkg-list');
  83.  script_summary(english: 'Multiple security vulnerabilities in Apache 2');
  84.  exit(0);
  85. }
  86.  
  87. include('qpkg.inc');
  88. if (qpkg_check(package: "net-www/apache", unaffected: make_list("eq 1.3*", "ge 2.0.49"), vulnerable: make_list("le 2.0.48")
  89. )) { security_warning(0); exit(0); }
  90.